crypto/tls.SessionState.curveID (field)
6 uses
crypto/tls (current package)
handshake_client.go#L957: c.curveID = hs.session.curveID
handshake_server.go#L557: c.curveID = sessionState.curveID
ticket.go#L102: curveID CurveID
ticket.go#L173: b.AddUint16(uint16(s.curveID))
ticket.go#L289: if !s.ReadUint16((*uint16)(&ss.curveID)) {
ticket.go#L310: curveID: c.curveID,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |